home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / mui / mui36mod.readme < prev    next >
Text File  |  1996-11-03  |  5KB  |  144 lines

  1. Short:    Modula-2 interfaces and demos for MUI 3.6
  2. Author:   Olaf Peters <olf@informatik.uni-bremen.de>
  3. Uploader: Olaf Peters <olf@informatik.uni-bremen.de>
  4. Version:  $VER: M2Interfaces 3.6 (13.8.96)
  5. Type:     dev/mui
  6. Kurz:     Modula-2 Schnittstellen und Demos für MUI 3.6
  7. Replaces: dev/gui/mui33mod.lha
  8. Author:   Christian Scholz <ruebe@pool.informatik.rwth-aachen.de>
  9.  
  10. =============
  11. Release Notes
  12. =============
  13.  
  14. v3.6 (13.8.96, olf)
  15.  
  16. - updated the interfaces for MUI 3.6
  17.  
  18. v3.3.4 (5.7.96, olf)
  19.  
  20. - MuiMacros: Calls for BodychunkImage() and BitmapImage() were missing.
  21.  
  22. v3.3.3 (26.4.96, olf)
  23.  
  24. - MuiD: Grrr, misnamed the Settingsgroup Method (mp instead of mm).
  25.  
  26. v3.3.2 (25.4.96, olf)
  27.  
  28. - MuiD/MuiClasses: added missing Methods SettingsgroupGadgetsToConfig,
  29.     SettingsgroupConfigToGadgets and GetConfigItem (needed when developing
  30.     CustomClass-Prefs for MUI-Prefs).
  31.  
  32. - MuiClasses: OBJ_pen() now returns a pointer to an array of WORD, so you
  33.     can get the pennumber of a MUI-Pen by simply calling i.e.
  34.     OBJ_pen(obj)^[mpenHalfshine]
  35.  
  36. - MuiClasses: the mNotifyData structure was missing the mndObjectID - blame
  37.     Stuntzi ;-)
  38.  
  39. v3.3.1 (13.3.96, olf)
  40.  
  41. - as the StackParms compiler-option *may* lead into problems it has been
  42.     removed from the interfaces. (Stefan Tiemann)
  43.  
  44. - optimization: MuiClasses/FillMinMaxInfo now uses WITH and INC Statement,
  45.     saving some bytes when compiling. (Stefan Tiemann)
  46.  
  47. - optimization: MuiClasses/MakeDispatcher had a VAR parameter while the
  48.     Pointer is not being changed. (Stefan Tiemann)
  49.  
  50. - fixed a bug in MuiD.def/mInputHandlerNode: node had to be ed.MinNode, not
  51.     ed.MinNodePtr (Stefan Tiemann)
  52.  
  53. - MuiClassSupport: new procedure setSuper to set an attribute of your
  54.     superclass.
  55.  
  56. - fixed a bug in MuiClasses/MakeDispatcher that would badly crash the
  57.     machine when used in a public custom class (= library):
  58.     IClass^.dispatcher.data is reserved for MUI, now using
  59.     IClass^.userData. Nevertheless the bug didn't occur with private
  60.     customclasses.
  61.  
  62. - added the missing DataSpaceFind Method to MuiD.def and MuiClasses.def
  63.     (blame Stuntzi for forgetting it in the C-Headers ;-)
  64.  
  65. v3.3 (21.2.96, olf)
  66.  
  67. - updated the interfaces for MUI 3.3
  68.  
  69. - ATTENTION: new parameter 'flags' for moObtainPen()!
  70.  
  71. - MuiClassSupport: new procedure setSuper to set an attribute of your
  72.     superclass.
  73.  
  74. v3.2.2 (7.2.96, olf)
  75.  
  76. - introduced MuiClassSupport: some functions to make life easier when
  77.     creating own customclasses. See docs/MuiClassSupport.doc for
  78.     documentation, Class2.mod and Class3.mod for example usage.
  79.  
  80. - when using MUIOBSOLETE=TRUE in MuiMacros, the TagBuffer was too small.
  81.     Fixed. (Marc Ewert)
  82.  
  83. - Demosources now also use MuiClassSupport and do compile again. They
  84.     didn't in v3.2.1 due to the changes from Stefan Schulz (APTR moved to
  85.     MuiD).
  86.  
  87. v3.2.1 (3.2.96, olf)
  88.  
  89. - updated the interfaces for MUI 3.2
  90.  
  91. - included Stuntzi's automatic headers (these have not been updated in the
  92.     MUI 3.2 distribution)
  93.  
  94. - included some changes from Stefan 'eau' Schulz and Christian 'Kochtopf'
  95.     Scholz (Thanks!)
  96.  
  97. - fixed MOLabelFlags (flags were misaligned, thanks to Marc Ewert for
  98.     reporting!)
  99.  
  100. v3.1.1 (27.11.95, olf)
  101.  
  102. - MuiD.def now really has the MUIOBSOLETE compiler option. This was missing
  103.   in the MUI 3.1 release.
  104.  
  105. - due to Stuntzi's automatic headerfile generation, MUI2COMPAT will not be
  106.   supported any longer.
  107.  
  108. - Demos now compile with MUIOBSOLETE set to FALSE, which also means they
  109.   will only run with MUI 3 (and above). Be careful, they do *not* check
  110.   which MUI version you're using!
  111.  
  112.  
  113. ============================= Archive contents =============================
  114.  
  115. Original  Packed Ratio    Date     Time    Name
  116. -------- ------- ----- --------- --------  -------------
  117.      606     333 45.0% 29-Jun-94 18:45:34 +CompilerScript
  118.     7600    4555 40.0% 07-Feb-96 17:18:22 +Class1
  119.     9495    3392 64.2% 07-Feb-96 17:10:48 +Class1.mod
  120.     8968    4997 44.2% 07-Feb-96 17:18:34 +Class2
  121.    13642    3975 70.8% 07-Feb-96 17:15:18 +Class2.mod
  122.     8716    4890 43.8% 07-Feb-96 17:18:40 +Class3
  123.    11629    3571 69.2% 07-Feb-96 17:17:58 +Class3.mod
  124.     7712    3824 50.4% 07-Feb-96 17:19:38 +ListDemo
  125.    10102    3318 67.1% 07-Feb-96 17:19:22 +ListDemo.mod
  126.     5700    3477 39.0% 07-Feb-96 17:20:24 +MuiTest
  127.     7476    1864 75.0% 07-Feb-96 17:20:14 +MuiTest.mod
  128.     5280    1692 67.9% 14-Aug-96 22:25:30 +MuiClassSupport.doc
  129.     9810    3966 59.5% 14-Aug-96 22:26:14 +ReadMe
  130.      543     268 50.6% 25-Jan-96 12:46:44 +ReadMe.info
  131.    52389    8777 83.2% 14-Aug-96 22:25:28 +MuiClasses.def
  132.     9255    2303 75.1% 14-Aug-96 22:25:28 +MuiClasses.mod
  133.     1251     525 58.0% 14-Aug-96 22:25:28 +MuiClassSupport.def
  134.     7669    2249 70.6% 14-Aug-96 22:25:28 +MuiClassSupport.mod
  135.    80091   13455 83.2% 14-Aug-96 22:25:28 +MuiD.def
  136.     2340     392 83.2% 14-Aug-96 22:25:30 +MuiD.mod
  137.     5139    1481 71.1% 14-Aug-96 22:25:26 +MuiL.def
  138.    21470    5186 75.8% 14-Aug-96 22:25:28 +MuiMacros.def
  139.    45274    5617 87.5% 14-Aug-96 22:25:28 +MuiMacros.mod
  140.     1436     719 49.9% 14-Aug-96 22:25:28 +MuiSupport.def
  141.     2517    1078 57.1% 14-Aug-96 22:25:28 +MuiSupport.mod
  142. -------- ------- ----- --------- --------
  143.   336110   85904 74.4% 21-Aug-96 23:13:42   25 files
  144.